home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
ICONT_FO
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1990-03-11
|
4KB
|
66 lines
#
# Macintosh MPW Icon -- Makefile for Icont.
#
COptions= -b2 -mbg off -r -d MPW -d MPWFncs -d MacToolboxFncs
LOptions= -w -c 'MPS ' -t 'MPST'
MOBJS= tmain.c.o util.c.o tlocal.c.o
TOBJS= tcode.c.o err.c.o trans.c.o keyword.c.o tlex.c.o ╢
lnklist.c.o tmem.c.o optab.c.o parse.c.o tsym.c.o ╢
toktab.c.o tree.c.o
LOBJS= link.c.o lglob.c.o lcode.c.o llex.c.o lmem.c.o ╢
lsym.c.o opcode.c.o
CDIR= ::common:
COBJS= {CDIR}getopt.c.o {CDIR}long.c.o
OBJS= {MOBJS} {TOBJS} {LOBJS}
.c.o ─ .c
{C} {DepDir}{Default}.c -o {TargDir}{Default}.c.o -s {Default} {COptions} {SymOption}
icont ─ {OBJS} icont.r
Link {LOptions} -o icont ╢
-sg Icont=tmain,util,tlocal ╢
-sg Tran1=tcode,err,trans,keyword,tlex,lnklist,tmem ╢
-sg Tran2=optab,parse,tsym,toktab,tree ╢
-sg Link=link,lglob,lcode,llex,lmem,lsym,opcode ╢
-sg Common=getopt,long ╢
{OBJS} {COBJS} ╢
"{Libraries}"stubs.o ╢
"{CLibraries}"CRuntime.o ╢
"{Libraries}"Interface.o ╢
"{CLibraries}"StdCLib.o ╢
"{CLibraries}"CSANELib.o ╢
"{CLibraries}"CInterface.o ╢
"{Libraries}"ToolLibs.o ; ╢
Rez -o icont -t MPST -c 'MPS ' -a icont.r -m
err.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h tlex.h token.h tproto.h trans.h tree.h
keyword.c.o ─ ::h:keyword.h tsym.h
lcode.c.o ─ ::common:cproto.h ::h:config.h ::h:cpuconf.h ::h:define.h ::h:header.h ::h:keyword.h ::h:memsize.h ::h:opdefs.h ::h:proto.h ::h:rt.h ::h:version.h general.h globals.h link.h opcode.h sizes.h tproto.h
lglob.c.o ─ ::common:cproto.h ::h:config.h ::h:cpuconf.h ::h:define.h ::h:memsize.h ::h:opdefs.h ::h:proto.h ::h:rt.h ::h:version.h link.h opcode.h tproto.h
link.c.o ─ ::common:cproto.h ::h:config.h ::h:cpuconf.h ::h:define.h ::h:header.h ::h:memsize.h ::h:paths.h ::h:proto.h ::h:rt.h general.h globals.h hdr.h link.h sizes.h tproto.h
llex.c.o ─ ::common:cproto.h ::h:config.h ::h:cpuconf.h ::h:define.h ::h:memsize.h ::h:opdefs.h ::h:proto.h ::h:rt.h general.h link.h opcode.h tproto.h
lmem.c.o ─ ::common:cproto.h ::h:config.h ::h:cpuconf.h ::h:define.h ::h:memsize.h ::h:proto.h ::h:rt.h general.h globals.h link.h sizes.h tproto.h
lnklist.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h lfile.h tproto.h trans.h
lsym.c.o ─ ::common:cproto.h ::h:config.h ::h:cpuconf.h ::h:define.h ::h:memsize.h ::h:proto.h ::h:rt.h general.h globals.h link.h sizes.h tproto.h
opcode.c.o ─ ::common:cproto.h ::h:config.h ::h:cpuconf.h ::h:define.h ::h:memsize.h ::h:opdefs.h ::h:proto.h ::h:rt.h link.h opcode.h tproto.h
optab.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h tlex.h
parse.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:keyword.h ::h:proto.h tproto.h trans.h tree.h tsym.h
tcode.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h globals.h sizes.h token.h tproto.h trans.h tree.h tsym.h
tlex.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h tlex.h token.h tproto.h trans.h tree.h
tlocal.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h
tmain.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:paths.h ::h:proto.h general.h globals.h sizes.h tproto.h
tmem.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:memsize.h ::h:proto.h globals.h sizes.h tproto.h trans.h tree.h tsym.h
toktab.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h tlex.h token.h tproto.h trans.h
trans.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h ::h:version.h general.h globals.h sizes.h token.h tproto.h trans.h tree.h tsym.h
tree.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h tproto.h tree.h
tsym.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h globals.h lfile.h sizes.h token.h tproto.h trans.h tsym.h
util.c.o ─ ::common:cproto.h ::h:config.h ::h:cpuconf.h ::h:define.h ::h:fdefs.h ::h:proto.h general.h globals.h sizes.h tproto.h trans.h tree.h